go.uber.org/zap/zapcore.consoleEncoder.AddInt8 (method, view implemented interface methods)

one use

	go.uber.org/zap/zapcore (current package)
		json_encoder.go#L326: func (enc *jsonEncoder) AddInt8(k string, v int8)       { enc.AddInt64(k, int64(v)) }